home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: DZSound.h
- * Author: Dan Venolia
- *
- * Copyright © 1996 Apple Computer, Inc.
- */
-
- #ifndef __DZSound__
- #define __DZSound__
-
- #include "SoundSprocket.h"
-
-
- void Sound_Init(
- void);
-
- void Sound_Exit(
- void);
-
- ListenerReference Sound_GetListener(
- void);
-
- void Sound_Configure(
- void);
-
- #endif /* __DZSound__ */